Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datascout
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ABP Computing
ABP Computing Sandbox
datascout
Commits
f456404c
Commit
f456404c
authored
3 years ago
by
Davide Gamba
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.cern.ch/abpcomputing/sandbox/datascout
parents
a364a73a
c670404c
No related branches found
No related tags found
No related merge requests found
Pipeline
#2693641
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
9 additions
and
2 deletions
README.md
+
7
−
0
View file @
f456404c
...
@@ -75,3 +75,10 @@ python -m pip install black
...
@@ -75,3 +75,10 @@ python -m pip install black
black --diff . # To see what `black` is proposing to do to your source code
black --diff . # To see what `black` is proposing to do to your source code
black . # To let `black` edit the source code
black . # To let `black` edit the source code
```
```
8.
Release product:
See acc-py documentation on
[
wikis
](
https://wikis.cern.ch/display/ACCPY/Development+HowTo%27s
)
```
acc-py devrelease
```
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
f456404c
...
@@ -31,10 +31,10 @@ REQUIREMENTS: dict = {
...
@@ -31,10 +31,10 @@ REQUIREMENTS: dict = {
setup
(
setup
(
name
=
"
datascout
"
,
name
=
"
datascout
"
,
version
=
"
0.0.
1.dev0
"
,
version
=
"
0.0.
2
"
,
author
=
"
Davide Gamba
"
,
author
=
"
Davide Gamba
"
,
author_email
=
"
davide.gamba@cern.ch
"
,
author_email
=
"
davide.gamba@cern.ch
"
,
description
=
"
S
HORT DESCRIPTION OF PROJECT
"
,
description
=
"
S
weet functions for dict from/to pandas, awkward, parquet data conversion.
"
,
long_description
=
LONG_DESCRIPTION
,
long_description
=
LONG_DESCRIPTION
,
long_description_content_type
=
"
text/markdown
"
,
long_description_content_type
=
"
text/markdown
"
,
url
=
""
,
url
=
""
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment