-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a09f825
commit a68f650
Showing
24 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ default_context: | |
full_name: "Brookhaven National Laboratory" | ||
email: "[email protected]" | ||
github_username: "NSLS-II" | ||
project_name: "bloptools" | ||
package_dist_name: "bloptools" | ||
package_dir_name: "bloptools" | ||
repo_name: "bloptools" | ||
project_name: "blop" | ||
package_dist_name: "blop" | ||
package_dir_name: "blop" | ||
repo_name: "blop" | ||
project_short_description: "Beamline Optimization Tools" | ||
minimum_supported_python_version: "3.8" | ||
replay_dir: "~/tmp/new-repo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[run] | ||
source = | ||
bloptools | ||
blop | ||
[report] | ||
omit = | ||
*/python?.?/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bloptools/_version.py export-subst | ||
blop/_version.py export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Types of Contributions | |
Report Bugs | ||
~~~~~~~~~~~ | ||
|
||
Report bugs at https://github.com/NSLS-II/bloptools/issues. | ||
Report bugs at https://github.com/NSLS-II/blop/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -35,14 +35,14 @@ is open to whoever wants to implement it. | |
Write Documentation | ||
~~~~~~~~~~~~~~~~~~~ | ||
|
||
bloptools could always use more documentation, whether | ||
as part of the official bloptools docs, in docstrings, | ||
blop could always use more documentation, whether | ||
as part of the official blop docs, in docstrings, | ||
or even on the web in blog posts, articles, and such. | ||
|
||
Submit Feedback | ||
~~~~~~~~~~~~~~~ | ||
|
||
The best way to send feedback is to file an issue at https://github.com/NSLS-II/bloptools/issues. | ||
The best way to send feedback is to file an issue at https://github.com/NSLS-II/blop/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -54,17 +54,17 @@ If you are proposing a feature: | |
Get Started! | ||
------------ | ||
|
||
Ready to contribute? Here's how to set up `bloptools` for local development. | ||
Ready to contribute? Here's how to set up `blop` for local development. | ||
|
||
1. Fork the `bloptools` repo on GitHub. | ||
1. Fork the `blop` repo on GitHub. | ||
2. Clone your fork locally:: | ||
|
||
$ git clone [email protected]:your_name_here/bloptools.git | ||
$ git clone [email protected]:your_name_here/blop.git | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:: | ||
|
||
$ mkvirtualenv bloptools | ||
$ cd bloptools/ | ||
$ mkvirtualenv blop | ||
$ cd blop/ | ||
$ python setup.py develop | ||
|
||
4. Create a branch for local development:: | ||
|
@@ -75,7 +75,7 @@ Ready to contribute? Here's how to set up `bloptools` for local development. | |
|
||
5. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox:: | ||
|
||
$ flake8 bloptools tests | ||
$ flake8 blop tests | ||
$ python setup.py test | ||
$ tox | ||
|
||
|
@@ -99,5 +99,5 @@ Before you submit a pull request, check that it meets these guidelines: | |
your new functionality into a function with a docstring, and add the | ||
feature to the list in README.rst. | ||
3. The pull request should work for Python 2.7, 3.3, 3.4, 3.5 and for PyPy. Check | ||
https://travis-ci.org/NSLS-II/bloptools/pull_requests | ||
https://travis-ci.org/NSLS-II/blop/pull_requests | ||
and make sure that the tests pass for all supported Python versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
========= | ||
bloptools | ||
blop | ||
========= | ||
|
||
.. image:: https://github.com/NSLS-II/bloptools/actions/workflows/testing.yml/badge.svg | ||
:target: https://github.com/NSLS-II/bloptools/actions/workflows/testing.yml | ||
.. image:: https://github.com/NSLS-II/blop/actions/workflows/testing.yml/badge.svg | ||
:target: https://github.com/NSLS-II/blop/actions/workflows/testing.yml | ||
|
||
|
||
.. image:: https://img.shields.io/pypi/v/bloptools.svg | ||
:target: https://pypi.python.org/pypi/bloptools | ||
.. image:: https://img.shields.io/pypi/v/blop.svg | ||
:target: https://pypi.python.org/pypi/blop | ||
|
||
|
||
Beamline Optimization Tools | ||
|
||
* Free software: 3-clause BSD license | ||
* Documentation: https://NSLS-II.github.io/bloptools. | ||
* Documentation: https://NSLS-II.github.io/blop. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.