Re: [CODE4LIB] Pyromarc (Modern MARC processing in python) sprint next week

2013-10-28 Thread Marc Chantreux
Hi,

On Sun, Oct 27, 2013 at 12:11:14PM -0700, Michael J. Giarlo wrote:
> For the ignorant and curious, such as myself, one wonders how much of
> pymarc this duplicates.  Does it add new functionality?  Should it
> integrate with pymarc, which already seems to be widely implemented?

I really don't know about PyMarc. I wrote MARC::MIR when i was pissed
off by the buggy, unmaintainable, bloated and slow perl modules.

I wanted to make things:
* more maintainable
* faster
* lighter
* easier to use (Perl OO APIs are just hell!)
  so i wrote very simple
* data fault tolerant
* as acmeic as possible
  (as an array of array, it's easy to serialize... for example: 
  yaml, json, msgpack are supported without a single line of code and
  it's possible to python < iso2709 | perl | ruby )
* as configurable as possible

My inspiration is PSGI (the WSGI of Perl): MIR is just an in memory array of
arrays ... that's it and that will stay as it. however it's simple
enought to be extendable with no interaction with the core lib (as
middlewares of the PSGI world).

regards

-- 
Marc Chantreux
Université de Strasbourg, Direction Informatique
14 Rue René Descartes,
67084  STRASBOURG CEDEX
☎: 03.68.85.57.40
http://unistra.fr
"Don't believe everything you read on the Internet"
-- Abraham Lincoln


Re: [CODE4LIB] Pyromarc (Modern MARC processing in python) sprint next week

2013-10-27 Thread Michael J. Giarlo
For the ignorant and curious, such as myself, one wonders how much of
pymarc this duplicates.  Does it add new functionality?  Should it
integrate with pymarc, which already seems to be widely implemented?

-Mike



On Wed, Oct 23, 2013 at 6:04 AM, Marc Chantreux  wrote:

> hello,
>
> Here in Pycon 2013 (Strasbourg University), we'll have a sprint to port
> the more MARC::MIR features we can in python.
>
> https://github.com/agrausem/pyromarc
>
> feel free to join us if you can.
>
>
> regards
> --
> Marc Chantreux
> Université de Strasbourg, Direction Informatique
> 14 Rue René Descartes,
> 67084  STRASBOURG CEDEX
> ☎: 03.68.85.57.40
> http://unistra.fr
> "Don't believe everything you read on the Internet"
> -- Abraham Lincoln
>


Re: [CODE4LIB] Pyromarc (Modern MARC processing in python) sprint next week

2013-10-27 Thread Marc Chantreux
On Wed, Oct 23, 2013 at 11:21:11AM -0700, Galen Charlton wrote:
> > https://github.com/agrausem/pyromarc
> > feel free to join us if you can.
> >
> Looks interesting.  However, if you're looking for folks to join in the
> sprint, it may help to state the license that the end result will be
> distributed under.

well... thanks for asking.  WTFPL or MIT alike.

regards
-- 
Marc Chantreux
Université de Strasbourg, Direction Informatique
14 Rue René Descartes,
67084  STRASBOURG CEDEX
☎: 03.68.85.57.40
http://unistra.fr
"Don't believe everything you read on the Internet"
-- Abraham Lincoln


Re: [CODE4LIB] Pyromarc (Modern MARC processing in python) sprint next week

2013-10-23 Thread Galen Charlton
Hi,

On Wed, Oct 23, 2013 at 6:04 AM, Marc Chantreux  wrote:

> Here in Pycon 2013 (Strasbourg University), we'll have a sprint to port
> the more MARC::MIR features we can in python.
>
> https://github.com/agrausem/pyromarc
>
> feel free to join us if you can.
>

Looks interesting.  However, if you're looking for folks to join in the
sprint, it may help to state the license that the end result will be
distributed under.

Regards,

Galen
-- 
Galen Charlton
Manager of Implementation
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org &
http://evergreen-ils.org


[CODE4LIB] Pyromarc (Modern MARC processing in python) sprint next week

2013-10-23 Thread Marc Chantreux
hello,

Here in Pycon 2013 (Strasbourg University), we'll have a sprint to port
the more MARC::MIR features we can in python.

https://github.com/agrausem/pyromarc

feel free to join us if you can.


regards
-- 
Marc Chantreux
Université de Strasbourg, Direction Informatique
14 Rue René Descartes,
67084  STRASBOURG CEDEX
☎: 03.68.85.57.40
http://unistra.fr
"Don't believe everything you read on the Internet"
-- Abraham Lincoln