Olivier Mangin
b63a132ac4
Version update.
8 years ago
Olivier Mangin
af503fd0eb
Argcomplete as an optional requirement.
8 years ago
Fabien C. Y. Benureau
bc71557461
Add argcomplete to required package (easier installation)
8 years ago
Olivier Mangin
e3df872e65
Updates for new version of pyfakefs.
...
Modules should now be imported from the pyfakefs package.
9 years ago
Olivier Mangin
ba48941d93
Fixes alias plugins and adds it to packages.
9 years ago
Fabien Benureau
14df0ad1cb
Add pubs conf command
...
Allows to edit the configuration file using pubs directly.
Will check if the modified configuration file is valid.
9 years ago
Fabien Benureau
93c54939b3
Rewritten config module
...
It depends on configobj, is cleaner and simpler than the previous implementation.
It adds comments in the config file, and type verification.
Related: #18
9 years ago
Fabien Benureau
b2dac68856
Add beautifulsoup4 dependency and update setup.py
...
A setup.cfg file was added for readme.md support on pypi.
Version number in setup.py is now the same as __version__ attribute.
Adresses: #31
9 years ago
Fabien Benureau
cce9406670
new print ui, more robust colors
9 years ago
Fabien Benureau
4c678b6a8f
fixed occasional ZipImportError at install
10 years ago
Fabien Benureau
adb0158c3d
experimental support for adding from DOIs
10 years ago
Fabien Benureau
2e5defeb52
improved setup for pypi submission
10 years ago
Olivier Mangin
136b8f83dc
Fix fake_env, fix configparser issues, uniform 'open'.
...
- Update fake_env for compatibility with io.
- Uniform open (through _my_open in content).
- Fix read issue for config (although still using SafeConfigParser that
is deprecated in py3).
11 years ago
Olivier Mangin
6e6aa8b3ef
Adds missing dateutil dependency.
11 years ago
Olivier Mangin
f59a017d6f
Adds missing pyyaml dependency.
11 years ago
Olivier Mangin
91b3fc75bb
Several bug fixes.
...
- edit command fails correctly on unknown citekey,
- init command and filebroker use content module to check paths,
- fix wrong docfile in testrepo,
- list command does not fail on None added date (unknown add dates are
older than everything else). Also adds relevant test.
11 years ago
Fabien Benureau
d3736e257b
moving from pybtex to bibtextparser, fixed major regressions.
...
* only bibtex format is supported
* all tests except test_repo.py and edit test pass
* edit and update commands were not updated
* removed --format argument from export, only bibtex is supported.
11 years ago
Fabien Benureau
8d91545472
papers renamed 'pubs'
11 years ago
Fabien Benureau
6190890646
updated init cmd, configs + bumped to version 4
11 years ago
jgrizou
ebff1bb4e4
Updated texnote, not working yet
...
Add a check_directory in files.py
12 years ago
Fabien Benureau
9614593192
version system
12 years ago
jgrizou
ff195c0859
Plugins class created and handle for the parse. Next step is to code the event messages. Next one is to code the setup extension.
12 years ago
Jonathan Grizou
a880f5b677
bulshit
12 years ago
Fabien Benureau
7ff15be075
added john in the author list of setup.py
12 years ago
Jonathan Grizou
511b8e5680
Some comments in files, no modif in api
12 years ago
Olivier Mangin
9e02ab0db2
Switch to 'find_package' method in setup.
12 years ago
Fabien Benureau
acab1b8044
major restructuring of code. many oliver remarks implemented. no new features.
...
divided code into multiple files
paperpile style argparse
setup.py with script option
13 years ago