Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

aarchiba_tools

Handy python tools I often use.

These should work on both python 2.7 and python 3. (The need for python 2.7 is because a number of pulsar tools have not yet been ported to python 3.) If I add bits that only work on one or the other I'll try to make sure they fail gracefully when the package is used in the wrong place. Ditto more exotic dependencies (like those pulsar tools) - the package should do what it can when they are not available.

Development

The source distribution can be tested with tox; simply run it from the same directory as setup.py and it will install the package in a virtualenv and run the test suite.

Development work can most easily be done from an editable pip install (pip install -e .) in a suitable virtualenv.

Code style: black

About

Handy python (2/3) tools I often use

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.