Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Jason Loeffler
Don't want to add any overhead to this but at one point late last year I
recall a proposal from Max Eckard, Esmé, Sally V., et al. for an Awesome
-style list to house these kinds
of projects. Establishing such a list and collecting the prior art there
might be a good way to help set both projects in motion.

And +1, I can contribute.

On Thu, Aug 3, 2017 at 11:48 AM, Majewski, Steven Dennis (sdm7g) <
sd...@virginia.edu> wrote:

> +1 :  I can contribute as well.
>
>
>
> -- Steve Majewski / UVA Alderman Library
> --
> *From:* archivesspace_users_group-boun...@lyralists.lyrasis.org <
> archivesspace_users_group-boun...@lyralists.lyrasis.org> on behalf of
> Seth Shaw 
> *Sent:* Thursday, August 3, 2017 11:38:20 AM
> *To:* Archivesspace Users Group
> *Subject:* Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting
> library
>
> I'm interested in this too. I was doing some python scripting just
> this week (https://github.com/seth-shaw-unlv/small-stuff/blob/master/
> as-coll-mint/as_coll_mint.py#L85-L117),
> if you want to throw that on the prior art pile.
>
> Also for the prior art pile: I know the folks at the Rubenstein (Duke)
> have also done a good deal of ArchivesSpace python scripting (see
> http://blogs.library.duke.edu/bitstreams/2016/09/21/archivesspace-api-fun/
> and https://github.com/duke-libraries/archivesspace-duke-
> scripts/tree/master/python).
>
> On Thu, Aug 3, 2017 at 6:47 AM, Mayo, Dave  wrote:
> > One thing I think might be useful, especially in planning stages, is
> > collecting the “prior art” in one place to look at – because there are a
> lot
> > of scripts people have built around the API, and they probably capture at
> > least a fair bit of “what people want to do most with the API.”
> >
> > So, whenever the github is set up, we should do this.
> >
> > - Dave
> >
> >
> >
> > From:  on
> behalf of
> > "rsdo...@caltech.edu" 
> > Reply-To: "rsdo...@caltech.edu" , Archivesspace
> Users
> > Group 
> > Date: Thursday, August 3, 2017 at 9:21 AM
> > To: Archivesspace Users Group
> > 
> > Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting
> > library
> >
> >
> >
> > Hello Patrick,
> >
> >
> >
> > I have written some tools in go and mocked up functionaity in Python a
> few
> > years ago I'd be interested in the project.
> >
> >
> >
> > Robert Doiel
> >
> > Caltech Library
> >
> > rsdo...@caltech.edu
> >
> >
> >
> > On Aug 3, 2017 6:10 AM, "Galligan, Patrick" 
> wrote:
> >
> > Hi all,
> >
> >
> >
> > For a while now the RAC has been bouncing around the idea of developing
> an
> > AS Python library that would hold a lot of the functions we find
> ourselves
> > working with a lot when scripting against the AS API. I know Greg
> Wiedeman
> > at U Albany has done some work to this end, but I wanted to send a blast
> out
> > to the list to see who else might be interested. We’d love to make this
> as
> > collaborative and exhaustive as possible so that we can cover the most
> > bases.
> >
> >
> >
> > I’m thinking of setting up a Github project that we can collaboratively
> work
> > in. Anyone have better ideas?
> >
> >
> >
> > Let me know.
> >
> >
> >
> > Thanks,
> >
> > Patrick Galligan
> >
> > Rockefeller Archive Center
> >
> >
> > ___
> > Archivesspace_Users_Group mailing list
> > Archivesspace_Users_Group@lyralists.lyrasis.org
> > http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
> >
> >
> >
> >
> > ___
> > Archivesspace_Users_Group mailing list
> > Archivesspace_Users_Group@lyralists.lyrasis.org
> > http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
> >
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
>
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] Container Profiles and the Extent/Space Calculators

2017-08-03 Thread Michelson, Daniel
Hi All,

I have a couple questions about implementing container profiles.

Is there a way to get the extent calculator to report size in cubic
measurements, instead of linear?  I assume it has to do those calculations
in the space calculator, but the fact that "Extent Dimension" is a required
field makes me wonder if it was designed assuming the use of linear
measurements in extents.

How are people handling the space calculator's need for exterior
measurements with the common practice of providing collection extents based
on interior measurements?  Are people just not using the extent calculator?

Thanks,

Dan Michelson
Union College Special Collections & Archives
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Majewski, Steven Dennis (sdm7g)
+1 :  I can contribute as well.


-- Steve Majewski / UVA Alderman Library

From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
 on behalf of Seth 
Shaw 
Sent: Thursday, August 3, 2017 11:38:20 AM
To: Archivesspace Users Group
Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

I'm interested in this too. I was doing some python scripting just
this week 
(https://github.com/seth-shaw-unlv/small-stuff/blob/master/as-coll-mint/as_coll_mint.py#L85-L117),
if you want to throw that on the prior art pile.

Also for the prior art pile: I know the folks at the Rubenstein (Duke)
have also done a good deal of ArchivesSpace python scripting (see
http://blogs.library.duke.edu/bitstreams/2016/09/21/archivesspace-api-fun/
and 
https://github.com/duke-libraries/archivesspace-duke-scripts/tree/master/python).

On Thu, Aug 3, 2017 at 6:47 AM, Mayo, Dave  wrote:
> One thing I think might be useful, especially in planning stages, is
> collecting the “prior art” in one place to look at – because there are a lot
> of scripts people have built around the API, and they probably capture at
> least a fair bit of “what people want to do most with the API.”
>
> So, whenever the github is set up, we should do this.
>
> - Dave
>
>
>
> From:  on behalf of
> "rsdo...@caltech.edu" 
> Reply-To: "rsdo...@caltech.edu" , Archivesspace Users
> Group 
> Date: Thursday, August 3, 2017 at 9:21 AM
> To: Archivesspace Users Group
> 
> Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting
> library
>
>
>
> Hello Patrick,
>
>
>
> I have written some tools in go and mocked up functionaity in Python a few
> years ago I'd be interested in the project.
>
>
>
> Robert Doiel
>
> Caltech Library
>
> rsdo...@caltech.edu
>
>
>
> On Aug 3, 2017 6:10 AM, "Galligan, Patrick"  wrote:
>
> Hi all,
>
>
>
> For a while now the RAC has been bouncing around the idea of developing an
> AS Python library that would hold a lot of the functions we find ourselves
> working with a lot when scripting against the AS API. I know Greg Wiedeman
> at U Albany has done some work to this end, but I wanted to send a blast out
> to the list to see who else might be interested. We’d love to make this as
> collaborative and exhaustive as possible so that we can cover the most
> bases.
>
>
>
> I’m thinking of setting up a Github project that we can collaboratively work
> in. Anyone have better ideas?
>
>
>
> Let me know.
>
>
>
> Thanks,
>
> Patrick Galligan
>
> Rockefeller Archive Center
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
>
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Seth Shaw
I'm interested in this too. I was doing some python scripting just
this week 
(https://github.com/seth-shaw-unlv/small-stuff/blob/master/as-coll-mint/as_coll_mint.py#L85-L117),
if you want to throw that on the prior art pile.

Also for the prior art pile: I know the folks at the Rubenstein (Duke)
have also done a good deal of ArchivesSpace python scripting (see
http://blogs.library.duke.edu/bitstreams/2016/09/21/archivesspace-api-fun/
and 
https://github.com/duke-libraries/archivesspace-duke-scripts/tree/master/python).

On Thu, Aug 3, 2017 at 6:47 AM, Mayo, Dave  wrote:
> One thing I think might be useful, especially in planning stages, is
> collecting the “prior art” in one place to look at – because there are a lot
> of scripts people have built around the API, and they probably capture at
> least a fair bit of “what people want to do most with the API.”
>
> So, whenever the github is set up, we should do this.
>
> - Dave
>
>
>
> From:  on behalf of
> "rsdo...@caltech.edu" 
> Reply-To: "rsdo...@caltech.edu" , Archivesspace Users
> Group 
> Date: Thursday, August 3, 2017 at 9:21 AM
> To: Archivesspace Users Group
> 
> Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting
> library
>
>
>
> Hello Patrick,
>
>
>
> I have written some tools in go and mocked up functionaity in Python a few
> years ago I'd be interested in the project.
>
>
>
> Robert Doiel
>
> Caltech Library
>
> rsdo...@caltech.edu
>
>
>
> On Aug 3, 2017 6:10 AM, "Galligan, Patrick"  wrote:
>
> Hi all,
>
>
>
> For a while now the RAC has been bouncing around the idea of developing an
> AS Python library that would hold a lot of the functions we find ourselves
> working with a lot when scripting against the AS API. I know Greg Wiedeman
> at U Albany has done some work to this end, but I wanted to send a blast out
> to the list to see who else might be interested. We’d love to make this as
> collaborative and exhaustive as possible so that we can cover the most
> bases.
>
>
>
> I’m thinking of setting up a Github project that we can collaboratively work
> in. Anyone have better ideas?
>
>
>
> Let me know.
>
>
>
> Thanks,
>
> Patrick Galligan
>
> Rockefeller Archive Center
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
>
>
>
> ___
> Archivesspace_Users_Group mailing list
> Archivesspace_Users_Group@lyralists.lyrasis.org
> http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
>
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Lora Woodford
+1 here.  And I can confirm that Greg said out loud in Portland, “I have the 
time and freedom to do this, so I’m happy to spend some time on it.”  :-p

Lora (with less time and freedom, but eager to help how she can)


Lora J. Woodford
Digital Archivist
The Sheridan Libraries
Johns Hopkins University
3400 North Charles Street
Baltimore, MD 21228
(410) 516-5898
lwoodf...@jhu.edu



From: archivesspace_users_group-boun...@lyralists.lyrasis.org 
[mailto:archivesspace_users_group-boun...@lyralists.lyrasis.org] On Behalf Of 
Mayo, Dave
Sent: Thursday, August 03, 2017 9:48 AM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

One thing I think might be useful, especially in planning stages, is collecting 
the “prior art” in one place to look at – because there are a lot of scripts 
people have built around the API, and they probably capture at least a fair bit 
of “what people want to do most with the API.”

So, whenever the github is set up, we should do this.

- Dave

From: 
>
 on behalf of "rsdo...@caltech.edu" 
>
Reply-To: "rsdo...@caltech.edu" 
>, Archivesspace Users Group 
>
Date: Thursday, August 3, 2017 at 9:21 AM
To: Archivesspace Users Group 
>
Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

Hello Patrick,

I have written some tools in go and mocked up functionaity in Python a few 
years ago I'd be interested in the project.

Robert Doiel
Caltech Library
rsdo...@caltech.edu

On Aug 3, 2017 6:10 AM, "Galligan, Patrick" 
> wrote:
Hi all,

For a while now the RAC has been bouncing around the idea of developing an AS 
Python library that would hold a lot of the functions we find ourselves working 
with a lot when scripting against the AS API. I know Greg Wiedeman at U Albany 
has done some work to this end, but I wanted to send a blast out to the list to 
see who else might be interested. We’d love to make this as collaborative and 
exhaustive as possible so that we can cover the most bases.

I’m thinking of setting up a Github project that we can collaboratively work 
in. Anyone have better ideas?

Let me know.

Thanks,
Patrick Galligan
Rockefeller Archive Center

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Mayo, Dave
One thing I think might be useful, especially in planning stages, is collecting 
the “prior art” in one place to look at – because there are a lot of scripts 
people have built around the API, and they probably capture at least a fair bit 
of “what people want to do most with the API.”

So, whenever the github is set up, we should do this.

- Dave

From:  on behalf of 
"rsdo...@caltech.edu" 
Reply-To: "rsdo...@caltech.edu" , Archivesspace Users 
Group 
Date: Thursday, August 3, 2017 at 9:21 AM
To: Archivesspace Users Group 
Subject: Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

Hello Patrick,

I have written some tools in go and mocked up functionaity in Python a few 
years ago I'd be interested in the project.

Robert Doiel
Caltech Library
rsdo...@caltech.edu

On Aug 3, 2017 6:10 AM, "Galligan, Patrick" 
> wrote:
Hi all,

For a while now the RAC has been bouncing around the idea of developing an AS 
Python library that would hold a lot of the functions we find ourselves working 
with a lot when scripting against the AS API. I know Greg Wiedeman at U Albany 
has done some work to this end, but I wanted to send a blast out to the list to 
see who else might be interested. We’d love to make this as collaborative and 
exhaustive as possible so that we can cover the most bases.

I’m thinking of setting up a Github project that we can collaboratively work 
in. Anyone have better ideas?

Let me know.

Thanks,
Patrick Galligan
Rockefeller Archive Center

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread rsdo...@caltech.edu
Hello Patrick,

I have written some tools in go and mocked up functionaity in Python a few
years ago I'd be interested in the project.

Robert Doiel
Caltech Library
rsdo...@caltech.edu

On Aug 3, 2017 6:10 AM, "Galligan, Patrick"  wrote:

Hi all,



For a while now the RAC has been bouncing around the idea of developing an
AS Python library that would hold a lot of the functions we find ourselves
working with a lot when scripting against the AS API. I know Greg Wiedeman
at U Albany has done some work to this end, but I wanted to send a blast
out to the list to see who else might be interested. We’d love to make this
as collaborative and exhaustive as possible so that we can cover the most
bases.



I’m thinking of setting up a Github project that we can collaboratively
work in. Anyone have better ideas?



Let me know.



Thanks,

Patrick Galligan

Rockefeller Archive Center

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


Re: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

2017-08-03 Thread Mayo, Dave
Hello,

I’m definitely interested in contributing to this, and have some experience 
with writing client-ish things for ASpace in Ruby that might be relevant.

+1 for Github

- Dave Mayo
  Senior Digital Library Software Engineer
  Harvard University > HUIT > LTS > OSC Dev Team
From:  on behalf of 
"Galligan, Patrick" 
Reply-To: Archivesspace Users Group 

Date: Thursday, August 3, 2017 at 9:08 AM
To: Archivesspace Users Group 
Subject: [Archivesspace_Users_Group] Python ArchivesSpace scripting library

Hi all,

For a while now the RAC has been bouncing around the idea of developing an AS 
Python library that would hold a lot of the functions we find ourselves working 
with a lot when scripting against the AS API. I know Greg Wiedeman at U Albany 
has done some work to this end, but I wanted to send a blast out to the list to 
see who else might be interested. We’d love to make this as collaborative and 
exhaustive as possible so that we can cover the most bases.

I’m thinking of setting up a Github project that we can collaboratively work 
in. Anyone have better ideas?

Let me know.

Thanks,
Patrick Galligan
Rockefeller Archive Center
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group