Skip to content

agricolab/xdf-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python library for importing Extensible Data Format (XDF)

Python importer for xdf.

For maintainers

  1. For pypi
    1. rm -Rf build dist *.egg-info or rmdir /S build dist pyxdf.egg-info
    2. python setup.py sdist bdist_wheel
    3. twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  • Delete the --repository-url part from the above command when ready for permanent upload. pypi is unfriendly and requires a version bump for any new upload.

About

Python package for working with xdf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%